Hi In the current module i have objects out-linked to objects that are in the baselines of another module. with my code i have to find the value of the attribute "TIS ID" of the target object (in the BL) and the baselines information of the target module. I can get the target object ( o_trg= target l) but when i try it, the code give me an error
[CODE]
Module mCurr = current [/CODE]
p.s. i am sorry i don't know the tag for the code bungle_77 - Wed May 08 11:23:50 EDT 2013 |
Re: Link to Baseline solved :-) |
Re: Link to Baseline Yes, you cannot get the target object Handle unless the target module is open. You need
-Louie |